home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / except.zip / MAIN.H < prev    next >
Text File  |  1993-02-28  |  709b  |  22 lines

  1. /******************************************************************************\
  2. *
  3. *                               MAIN.H
  4. *
  5. \******************************************************************************/
  6.  
  7.  
  8.  
  9. /******************************************************************************\
  10. *                          GLOBAL VARIABLES
  11. \******************************************************************************/
  12.  
  13.  
  14.  
  15.  
  16. /******************************************************************************\
  17. *                         FUNCTION PROTOTYPES
  18. \******************************************************************************/
  19.  
  20. LRESULT CALLBACK MainWndProc  (HWND, UINT, WPARAM, LPARAM);
  21.  
  22.